Use the cairo renderer for gtk tests for now
authorMatthias Clasen <mclasen@redhat.com>
Wed, 18 Oct 2017 14:45:52 +0000 (16:45 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 18 Oct 2017 15:30:20 +0000 (17:30 +0200)
We haven't tracked down yet why the window size tests
fail with Vulkan, so use cairo for now.

testsuite/gtk/meson.build

index dab8a506e966c0e65219b34563ffc9f7d1567db3..2778c63b9f53123271abc78b3cc2f81f4b4c7f47 100644 (file)
@@ -80,6 +80,7 @@ foreach t : tests
               'GSETTINGS_BACKEND=memory',
               'GTK_CSD=1',
               'G_ENABLE_DIAGNOSTIC=0',
+              'GSK_RENDERER=cairo',
               'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
               'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir())
             ],